java.lang.Objectgreenfoot.Actor
bullet
public class bullet
Write a description of class bullet here.
| Constructor Summary | |
|---|---|
bullet()
|
|
| Method Summary | |
|---|---|
void |
act()
Act - do whatever the bullet wants to do. |
void |
removemonster()
|
| Methods inherited from class |
|---|
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getX, getY, intersects, isTouching, move, removeTouching, setImage, setImage, setLocation, setRotation, turn, turnTowards |
| Methods inherited from class |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public bullet()
| Method Detail |
|---|
public void act()
act in class greenfoot.Actorpublic void removemonster()